.foot-box .foot {
    padding: 40px 0 30px;
    background: url(footbg.png) center top no-repeat;
    color: #FFF;
}

.foot-box .foot .lt-box {
    width: 376px;
    height: 230px;
    border-right: 1px solid #fff;
}

.foot-box .foot .lt-box .flogo img {
    padding: 10px 0 30px;
    width: 309px;
    height: 46px;
}

.foot-box .foot .lt-box p {
    font-size: 14px;
    line-height: 26px;
}

.foot-box .foot .md-box {
    height: 230px;
    padding: 0 78px;
    border-right: 1px solid #fff;
}

.foot-box .foot .md-box .vx-box {
    width: 475px;
    height: 203px;
    padding: 0 16px;
    margin-top: 15px;
    background-color: rgba(255, 255, 255, 0.2);
}

.foot-box .foot .md-box .vx-box .vx {
    padding: 0 16px;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.arr_w {
    position: relative;
}

.arr_w .arr2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.arr_w .a1 {
    position: absolute;
    background: url(ind_1.png) no-repeat 0 0;
    width: 16px;
    height: 16px;
    top: -2px;
    left: -2px;
}

.arr_w .a2 {
    position: absolute;
    background: url(ind_1.png) no-repeat right 0;
    width: 16px;
    height: 16px;
    top: -2px;
    right: -2px;
}

.arr_w .a3 {
    position: absolute;
    background: url(ind_1.png) no-repeat 0 bottom;
    width: 16px;
    height: 16px;
    bottom: -2px;
    left: -2px;
}

.arr_w .a4 {
    position: absolute;
    background: url(ind_1.png) no-repeat right bottom;
    width: 16px;
    height: 16px;
    bottom: -2px;
    right: -2px;
}

.foot-box .foot .md-box .vx-box .vx img {
    width: 125px;
    height: 122px;
    padding: 28px 0 12px;
}

.foot-box .foot .md-box .vx-box .vx img:hover {
    -webkit-animation: sucaijiayuan 1s .1s ease both;
    -moz-animation: tada 1s .1s ease both;
}

@-webkit-keyframes sucaijiayuan {
    0% {
        -webkit-transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-2deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1) rotate(2deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1) rotate(-2deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}

.foot-box .foot .rt-box {
    padding-left: 116px;
}

.foot-box .foot .rt-box .yqlj {
    font-size: 20px;
    padding: 15px 0 30px;
    font-weight: bold;
}

.foot-box .foot .rt-box a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.foot-box .copy {
    text-align: center;
    line-height: 53px;
    font-size: 14px;
    background-color: #06408a;
}

.foot-box .copy a {
    color: #fff;
}